projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9b8f2
)
textview: Add missing break statement
author
Benjamin Otte
<otte@redhat.com>
Sat, 26 Jan 2019 13:30:06 +0000
(14:30 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 15 Apr 2019 12:38:23 +0000
(14:38 +0200)
gtk/gtktextlayout.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextlayout.c
b/gtk/gtktextlayout.c
index 2ebddbbda64668dca785dc2a36fb8ff919ee3a5f..f941e331156cc46aa518023110a2933306ea0410 100644
(file)
--- a/
gtk/gtktextlayout.c
+++ b/
gtk/gtktextlayout.c
@@
-2040,6
+2040,7
@@
add_preedit_attrs (GtkTextLayout *layout,
if (appearance.strikethrough_rgba)
gdk_rgba_free (appearance.strikethrough_rgba);
appearance.strikethrough_rgba = gdk_rgba_copy (&rgba);
+ break;
case PANGO_ATTR_RISE:
appearance.rise = ((PangoAttrInt *)attr)->value;
break;